Changed to non-fixed character set. Makes sense for GUI screen output and other situa...
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 1 Dec 2005 01:25:49 +0000 (01:25 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 1 Dec 2005 01:25:49 +0000 (01:25 +0000)
gpsbabel/text.c

index e8f0b022ab25faa969abdd7fbf2f837b171b320d..afd4ec68a278daf36fdba6de5aae60d68e22e408 100644 (file)
@@ -235,6 +235,6 @@ ff_vecs_t text_vecs = {
        data_write,
        NULL, 
        text_args,
-       CET_CHARSET_ASCII, 1    /* CET-REVIEW */
+       CET_CHARSET_ASCII, 0    /* CET-REVIEW */
 
 };